Wind Support to Bird migration
Raphaël Nussbaumer1,*, Baptiste Schmid1 , Silke Bauer1 and Felix Liechti1
1 Swiss Ornithological Institute, Sempach, Switzerland
* Correspondence: raphael.nussbaumer@vogelwarte.ch
Februray 12th, 2021
Abstract
- Bird airspeed has a significant influence on energy depletion and consequently on survival of migrant bird. In a context of climatique change, understanding how bird navigate in the air is essential (use of windspeed, altitude, spring vs autumn)
- In this study, we examine the airspeed chosen by birds using 37 weather radar in Western Europe collected over a full year.
- Althgouh large variation of groundspeed were recorded, birds flew at a relative constant airspeed between season, altitude and region.
Introduction
How do bird compensate for wind?
- strengh and direction of wind
- prefered direction
- altitude
- time/season
- timing of deparute: are bird compensating more early in the night?
- (- specie of bird, size)
Data
Load basic data
Weather radar data
Bird density, orientation and speed for 37 weather radars in western Europe are downloaded from the ENRAM repository (ERAM, 2020) and processed as explained in Nussbaumer (2021) (https://doi.org/10.1101/2021.03.08.434434). The final dataset consists of bird density (ρ) [bird/km^3], bird flight speed following the east-west component (u) and south-north component (v) [m/s] at 15min resolutions, 200m bin altitude (0-5km) for each radar are available on zenodo (https://doi.org/10.5281/zenodo.3610184). NNT is Normalized night time (-1: sunset to 1 sunrise):
Day grouping
We convert the structure data to matrix to ease of use later. At the same time, we do the following (1) convert orientation and speed into vector (NS, EW componenents as complex value), (2) remove data below ground level and most importantly (3) remove all interpolated data because we are not interested in the spatio-temporal consistency of the data, but rather limiting our analysis to the most only original data.
Climate Reanalaysis
Air density
Aims is to build a function converting airspeed into energy, to do so, we need the air density on the same data format than the other variable (density, speed etc...)
We assume a constant specific gas constant
Air density is thus:
Windspeed
Airspeed
Birds' groundspeed (
) and airspeed (
) can be computed respectively with and
. Airspeed vector
Speed norm
Speed orientation
Plot radar data availability
Figure : Data availability measuring the total number of data point which are not NA or 0 for density and groundspeed (airspeed is same as groundspeed).
- We have much fewer datapoint of speed than density. Most of them are at high altitude >4000m, where density is weak and speed is unrealiable.
- Slightly more datapoint for German radar, but nothing important
- Annual coverage is relatively good, matching roughly the density (i.e., speed is only available when many bird are flying).
Method
We split the dataset in over space and time.
Split dataset : Seasonal
Over time, we define 4 periods: Early spring (March), Late spring (April), Early autumn (august-september) and late autumn (October). Note that we might want to redefine this period to match bird migration data (e.g., MTR). Here a coarse approach is to use entire month.
All periods combined
We might also want to compare data of 2016 to see the difference.
Split dataset: Geographic
We group radars in two groups of equal size based on their position along the general flow of migration (south-west / north east gradient with a flow orientation of 222°). The Southern group include all French radar (18) exepect frman and the northern group include all germans (16), dutch (2) and Belgium (1) radars.
Illustration
Figure : Distribution of bird flight direction (groundspeed) weighted by the MTR (density x speed) for Spring (blue) and Autumn (red). Radars are grouped in the the northern (yellow) and southern (blue). Location not correct yet...
Energy Calculation
In this section we define the energy power function, which provides the energy eng spent by a bird of mass m, wingspan B would spend flying at vt and with air density airdens. We also explore quickly the variation of optimal speed (i.e, lower energy) for different type of bird.
Parameter for energy speding
Define the function of energy
Use data from appendix of Aurbach et al., (2020) for average mass and wingspan for migrant.
Compute average mass and wingspan
Sort the table by mass
Sp = 10×8 table
| | name | massmin | massmax | wingmin | wingmax | abondance | massmean | wingmean |
|---|
| 1 | 'Common Chiffchaff' | 6 | 9 | 15 | 21 | 11.3000 | 0.0075 | 0.1800 |
|---|
| 2 | 'Willow Warbler' | 8 | 10 | 17 | 22 | 27.5000 | 0.0090 | 0.1950 |
|---|
| 3 | 'Wood Warbler' | 7 | 12 | 20 | 24 | 6.1000 | 0.0095 | 0.2200 |
|---|
| 4 | 'European Pied Flycatcher' | 9 | 15 | 22 | 24 | 6.8000 | 0.0120 | 0.2300 |
|---|
| 5 | 'Common Whitethroat' | 12 | 18 | 19 | 23 | 7.1000 | 0.0150 | 0.2100 |
|---|
| 6 | 'Spotted Flycatcher' | 13 | 19 | 23 | 25 | 8.7000 | 0.0160 | 0.2400 |
|---|
| 7 | 'Common Redstart' | 12 | 20 | 21 | 24 | 6.6000 | 0.0160 | 0.2250 |
|---|
| 8 | 'Eurasian Blackcap' | 14 | 20 | 22 | 24 | 5.9000 | 0.0170 | 0.2300 |
|---|
| 9 | 'Garden Warbler' | 16 | 23 | 20 | 24 | 7.3000 | 0.0195 | 0.2200 |
|---|
| 10 | 'Tree Pipit' | 20 | 25 | 25 | 27 | 12.7000 | 0.0225 | 0.2600 |
|---|
Compute the weighted average (accounting for abundance of each species
Energy as a function of species mass and wingspan
The variation of optimal speed does not seem huge with these bird (7.2 - 8.4 m/s). But, we are missing some bigger bird (e.g., thrush).
Energy as a function of air density
Air density presents in the database.
Note that air density plays also a role in the optimale speed of bird, whithin the variation of the airdensity observed (computed from ERA dataset).
In this figure, I compare the airspeed/airdensity usage of bird with the optimal according to mechanical theory. Left subplot shows the actually usage (warmer color=more bird), and right panel shows the optimal for an average sized bird (colder cooler=more optimal).
- Air density does not playa big role
- Bird should really not fly lower than 3m/s, yet we do observed some airspeed very low.
- Generally, highest density are present with airspeed slightly higher than theory (9-12m/s vs 7-10 m/s).
Compute the energy for the entire dataset assuming an averaged size bird.
Reshape data as table
Reshape into table to reduce space and help in the analysis
Anaylsis and Results
Air vs Ground Overall
First, I'm looking at confirming basic trend which are already known to check that all the methodolgy and dataset are correct.
Histograms of airspeed and ground speed are normalized by the density of bird, that is, each bin of bird speed is multiply not by the number of occuruance in the dataset but by the sum of all bird density flying at this speed.
(a) Bird move (i.e. groundspeed) at around 10.5 m/s (sd=5) while their air speed is actually smaller and more restricted to a speed of 8.4m/s (sd:3).
(b) There are more birds in the air (high bird density) when their ground speed is higher than their airspeed, in other term when the wind is supporting their movement.
Air vs Ground during the season
While the bird are moving with quite different ground speed (blue) regime in Spring (left) and Autumn (right), their actual airspeed (red) is impresively similar. Note that the total number of bird measured is very different in spring (8M bird/km3) and autumn (17M bird/km3). This is because spring is shorter, thus less measurement and it doesn't represent the actual number of bird flying through.
Distribution of the energy spend by bird for various period of the year. We account for the density of bird (i.e., how many bird are spending this energy). But we do not account for change of mass.
Air vs Ground in space
In this figure, we seperate both in term of region: France (top) and Germany (bottom) and Season: Spring (left) and Autumn (right). We also added the windspeed in yellow to help explain the difference between France and Germany.
Groundspeed is suprinsigly much higher in the radar in France, particularly in Spring (15.7 m/s vs 10.8 for Germany). However, airspeed is much more similar between France and Germany (9.6m/s vs 8.3 m/s for Germany). This difference in groundspeed uniquely is well explained by the windspeed (yellow). Indeed, in France birds benefit from a better wind speed (8.7m/s vs 7.1m/s germany) allowing them to increase their groundspeed.
Note that this windspeed is the norm of the vector and not a projection on the prefered direction of migration. However, it is normalized by the number of bird in the air, thus the windspeed is representative of the wind support of bird migration.
Is this a pattern unique to 2018? See AverageWind.html
More figures are plotted in Supplementary material down the page.
There is a very strong difference visible at the country level. In Germany, the difference between airspeed and ground speed is very small while in French, the pattern observed earlier is most consistant.
Air vs Ground in altitude
Thick line represent the mean and the error bird the 1 standard deviation computed at each altitude bin and weighted by the density of bird. sd_vvp is the variance of groundspeed within the bin. The size of the Spring and Autumn subplot are scaled to have the same axis scale.
Ground speed generally increase with altitude, but airspeed increase much less as windspeed explain in great part the increase of groundspeed. This effect is visible in both spring and autumn. The profile of groundspeed and windspeed matches well in both season, making the airspeed profile relatively straight (at least in comparison to windspeed and groundspeed).
The decrease of sd_vvp with altitude indicates a more directional flow of bird in high altitude (less variance in groundspeed). This variability is certainly explained by bird flying in more diverse direction at low elevation and consequently reducing the average ground speed (and airspeed!) of the bin as measure by weather radar. One could try to argue that the "angle" (derivative with regard to altitude) in sd_vvp and airspeed are matching (e.g. 100-500m bin in autumn).
Air vs Ground in during the night
We use the NNT which normalize the time between sunset and sunrise between -1 and 1. Both Windspeed and Groundspeed slightly increase in the first hours of the night in Spring maintining the airspeed at a relative constant speed. In autumn, there seems to be an increase of airspeed in thos same hours because groundspeed remains constant while windspeed reduces slightly. The sd_vvp seems to remains relatively constant throughout the night although increase early morning probably due to the start of diunarl movement contamination.
Local Functions